/* your styles go here */
@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap");
@import url("./style.header.css");
@import url("./style.footer.css");
@import url("./style.search_area.css");

/* components */
@import url("./style.posts.css");
@import url("./style.swiper.css");

/* Pages */
@import url("./style.signin.css");
@import url("./style.signup.css");
@import url("./style.contact.css");
@import url("./style.terms.css");
@import url("./style.blog_details.css");
@import url("./style.user_info.css");
@import url("./style.newpost.css");

* {
  margin: 0;
  padding: 0;
  font-family: inherit;
  outline: none !important;
  list-style: none !important;
}

body {
  font-family: "Inter Tight", sans-serif !important;
  background-color: #f3f3fa !important;
}

.bg-accent {
  background-color: #379392 !important;
}

a:hover,
a:active,
a {
  text-decoration: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

.container-fluid {
  max-width: 1350px;
}

.btn-link i {
  margin-right: 6px;
}

.list-inline li {
  display: inline-block;
}

.search-area.show {
  display: block;
}

.social-media__link {
  text-align: center;
  font-size: 14px;
  border-radius: 50%;
  display: block;
}

/* Hero section */

.hero .link-underline {
  position: relative;
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
}

.hero .link-underline:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  transition: width 0.4s ease;
}

.hero .link-underline:hover::after,
.hero .link-underline:focus::after {
  width: 100%;
  background: #fff !important;
}

.hero .link-underline:hover,
.hero .link-underline:focus {
  outline: none;
  color: #fff !important;
}

.hero .link-underline:active {
  color: #fff !important;
}

/* latest-posts section */

.lt_posts__container-title {
  padding: 50px 0 30px;
  margin: 0 15px 30px 15px;
  text-align: center;
  font-weight: 900;
}

.lt_posts__title {
  font-size: 36px;
}

/* post_base_vertical */

.post-card__time {
  font-size: 13px;
}

.post-card:hover {
  .post-card__image--zoom {
    transform: scale(1.1);
  }

  .post-card__title {
    color: #131315;
    text-decoration: none;
    background-size: 100% 1px;
  }

  .post-card__meta-link {
    color: #379392;
  }
}

/* divider section */

.divider .link-underline {
  position: relative;
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
  background-color: #379392;
  position: relative;
  padding: 6px 12px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 600 !important;
}

.divider .link-underline:after {
  content: "";
  position: absolute;
  left: 11px;
  bottom: 8.5px;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: width 0.9s ease;
}

.post-single {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 30px;
  margin-top: 30px;
  box-shadow: 0px 5px 20px 0px rgba(69, 67, 96, 0.1);
}

@media screen and (min-width: 576px) {
  .post-single,
  .widget {
    padding: 30px;
  }
}

.mt-130 {
  margin-top: 130px;
}

.mb-30 {
  margin-bottom: 30px;
}

.dot {
  width: 4px;
  height: 4px;
  background-color: #379392;
  border-radius: 50%;
  display: inline-block;
  margin: 2px 6px !important;
}

.widget {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 30px;
  box-shadow: 0px 5px 20px 0px rgba(69, 67, 96, 0.1);
}

.widget__title {
  margin-bottom: 15px;
  position: relative;
  font-weight: 900;
  font-size: 22px;
}

.btn-link {
  background-color: #379392;
  color: #ffffff !important;
  padding: 1px 10px;
  display: inline-flex;
  text-align: center;
  font-size: 13px;
  border-radius: 20px;
  font-weight: 500;
  text-transform: capitalize;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

.btn-link:hover {
  color: #ffffff;
  background-color: #131315;
}

.btn-danger.btn-custom {
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger.btn-custom:hover {
  background-color: #ffffff;
  color: #dc3545;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .text-end {
    max-width: 85px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
